home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 November
/
Macworld (1999-11).dmg
/
Updaters
/
WhiteCap 3.0.4
/
into Visual Plug-ins
/
WhiteCap Configs
/
Forespace
< prev
next >
Wrap
Text File
|
1999-08-04
|
941b
|
64 lines
// Forespace
// by: Cnx@email.com
//
// Inspiration: Watched a morph from Tunnel Vision to Spikes and
// this came out of my work to try to recreate one of the effects.
// The acutal effect is still a work in progress...
//
// Source: Mix and match code from several different sources...
// Thanks whoever made them, I appreciate the help.
// Sample often
Resn=1,
// Refresh quickly
Durn=".5",
// Move back and forth a smidge
CamX="150 + sin(t) * 5",
CamY="5 * sin(t)",
CamZ="3 + 5 * -2",
CmLX="40",
CmLY="0",
CmLZ="0",
CUpX="0",
CUpY="0",
CUpZ="1",
// Initial line color is white
LvlR="1",
LvlG="1",
LvlB="1",
// Line width changes by time.. thanks Electroscope
LWdt="1 + 2 * sqwv(1+dt)",
// Blue with green high's
R="0",
G="mag(s) * 2 - dt * 1.5",
B="1 - dt",
widt=510,heig=320,
ConL=1,ConB=0,
Fall=".5",
C0="40 * cos(dt)",
X="dt * 120",
Y="80 * s - 40",
Z="c0 * mag( s ) - 12",
Scal="1040",
ScSz=10,
Pers="55",
Vers=30